home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / atiutl.zip / UTILITY.ZIP / README.DPM < prev    next >
Text File  |  1993-08-06  |  7KB  |  203 lines

  1. August 15, 1993
  2.  
  3. RELEASE NOTES FOR THE DISPLAY POWER MANAGEMENT SYSTEM SCREEN SAVER
  4.  
  5. READ THIS FILE COMPLETELY BEFORE ATTEMPTING TO USE THIS PROGRAM
  6.  
  7. ATI TECHNOLOGIES INC
  8. 33 Commerce Valley Drive East
  9. Thornhill, Ont.
  10. CANADA. L3T 7N6
  11.  
  12. Head Office, Sales and Marketing ....... (416) 882-2600
  13. Customer Support ....................... (416) 882-2626
  14. FAX .................................... (416) 882-2620
  15. ATI BBS ................................ (416) 764-9404
  16. Compuserve ............................. GO ATITECH
  17.      GENERAL INQUIRIES.................. 76004,3656 (Attention Corilee Fox)
  18.  
  19. Contents
  20.  
  21. 1.0     Introduction
  22. 2.0     Requirements
  23. 3.0     Installation
  24. 4.0     Using DPMS
  25. 5.0     Errors
  26. 6.0     Reporting Problems
  27.  
  28.  
  29. 1.0     Introduction
  30.  
  31. The Display Power Management System (DPMS) Screen Saver is a Terminate and
  32. Stay Resident (TSR) program that allows you to use the energy saving
  33. features of a monitor that conforms to the VESA Display Power Management
  34. Signalling Proposal.  This proposal is designed to work in conjunction with
  35. other power management standards such as the U.S. Environmental Protection
  36. Agency's Energy Star Computer program in reducing PC power consumption after
  37. an extended period of inactivity from the user.  The power management states
  38. are designed to follow the Microsoft/Intel Advanced Power Management standard.
  39.  
  40. The three power management states are known as Standby, Suspend and Off.
  41. Standby represents a state of minimal power reduction.  Suspend represents
  42. a state with a significant reduction in power consumption.  Off represents
  43. the lowest level of power consumption.
  44.  
  45. If you do come across any problems, please report them as soon as
  46. possible by fax or CompuServe to ATI, using the attached form.
  47.  
  48.  
  49. 2.0     Requirements
  50.  
  51. - ATI Accelerator Card:
  52.         DPMS will run on all mach32 based cards.
  53.  
  54. - System:
  55.         DPMS requires at least a 286-based or higher computer running
  56.         at least DOS 2.0 or greater.  The display monitor must comply
  57.         with the VESA Display Power Management Signalling proposal.
  58.  
  59.  
  60. 3.0     Installation
  61.  
  62. When you run the INSTALL Program on Disk 1 and select the "Install Video
  63. Adapter Utilities", DPMS.COM is automatically copied to the \MACH32
  64. subdirectory.  Start the program by typing "DPMS" followed by zero or
  65. more options at the DOS command line prompt.  See the following section
  66. for details regarding the various options that are available for DPMS.
  67.  
  68.  
  69. 4.0     Using DPMS
  70.  
  71. To use the screen saver, simply type "DPMS" at the DOS prompt.  Type
  72. "DPMS HELP" to get an overview of the commands that DPMS recognizes.  The
  73. program is case insensitive so keywords can be entered in upper or lower
  74. case.  Keywords and parameters must be separated by at least one space or
  75. tab character, e.g. "DPMS STBY 5" is fine, but "DPMS STBY5" will generate
  76. an "unknown parameter" error.
  77.  
  78. Typing DPMS with no options will load the TSR with default timer settings.
  79. If the TSR is already loaded, typing DPMS with no options simply displays
  80. the current timer settings; the timers are not adjusted.
  81.  
  82. If any timer keyword is specified, all timers that are not specified are
  83. automatically disabled.  For example "DPMS STBY 5" will set the Standby
  84. timer to 5 minutes and disable the Suspend and Off timers.  In other words,
  85. the screen saver will only go into standby mode; it will never go into either
  86. of the other two modes.  To set all three timers, specify them all on the
  87. command line e.g. "DPMS STBY 5 SUSP 10 OFF 15".
  88.  
  89. The following options are recognized by DPMS.  These options may appear in
  90. any order, although specifying HELP or UNLOAD will cancel all other options:
  91.  
  92. STBY {number of minutes} - Sets the standby timer.  After the specified
  93.     number of minutes has elapsed with no keyboard activity, DPMS puts
  94.     the monitor into Standby mode.
  95.  
  96. SUSP {number of minutes} - Sets the suspend timer.  After the specified
  97.     number of minutes has elapsed with no keyboard activity, DPMS puts
  98.     the monitor into Suspend mode.
  99.  
  100. OFF {number of minutes} - Sets the off timer.  After the specified number
  101.     of minutes has elapsed with no keyboard activity, DPMS puts the
  102.     monitor into Off mode.
  103.  
  104. MOUSE {IRQ line} - Normally, DPMS only monitors the keyboard for activity.
  105.     Specifying the MOUSE option tells DPMS to also monitor mouse
  106.     activity on the specified hardware interrupt line.  This option can
  107.     only be specified when DPMS is loaded the first time, and cannot be
  108.     changed when DPMS is already resident:  Unload DPMS first if you
  109.     want to change this value.
  110.  
  111. QUIET - Supresses the normal messages that DPMS displays when called.  This
  112.     option is useful in batch files.
  113.  
  114. UNLOAD - Unloads DPMS from memory.
  115.  
  116. HELP - Displays a usage message and then exits, no other action is done.
  117.  
  118.  
  119. 5.0     Errors
  120.  
  121. - DOS:
  122.     If DPMS is loaded and you receive the message "DPMS unable to unload
  123.     itself." when you attempt to unload DPMS, it is likely another TSR has
  124.     been loaded after DPMS.  Try unloading the other TSR first and then
  125.     attempt to unload DPMS again.
  126.  
  127. - Microsoft Windows 3.0, 3.1:
  128.     The DPMS DOS TSR does not run under Windows.  When Windows 386 enhanced
  129.     mode is started up, DPMS "goes to sleep" by disabling its internal
  130.     timers and resumes operation when you exit Windows.  Alternatively, you
  131.     may want to unload DPMS before starting Windows.  If you start Windows
  132.     in Standard or Real (Windows 3.0 only) mode you MUST unload DPMS first
  133.     as Windows intercepts most of the keyboard and mouse activity that DPMS
  134.     monitors and thus is unable to function properly.  However, a DPMS
  135.     option is available in the mach FlexDesk Control Panel.  See the FlexDesk
  136.     Control Panel help display for more information.
  137.  
  138.  
  139. 6.0     Reporting Problems
  140.  
  141. TECHNICAL SUPPORT
  142.  
  143. If you come across any problems, please report them as soon as possible
  144. by fax or CompuServe to ATI, using the attached form.  A Problem Report
  145. Form is provided for you to report problems.
  146.  
  147. Make multiple photocopies of the form and use a separate form for each
  148. problem being reported. Please mail or fax your completed forms to us
  149. as soon as possible.
  150.  
  151. PROBLEM REPORT FORM
  152.  
  153. Please complete this form and return it to ATI Technologies Inc. at the
  154. address or fax number listed below, or return via CompuServe. Make multiple
  155. copies of this form.
  156.  
  157. Please attach C-INFO output to all problem reports submitted. Use a
  158. separate form for each problem being reported.
  159.  
  160. ATI Technologies Inc.
  161. 33 Commerce Valley Drive East
  162. Thornhill, Ontario
  163. CANADA. L3T 7N6
  164.  
  165. FAX:  (416)882-2620
  166.  
  167. Product Name:  DPMS
  168. Rev. Number: 1.0
  169. Customer Name:
  170. CompuServe Address:
  171. Fax Number:
  172. Address:
  173.  
  174. My Hardware is Configured as follows:
  175. CPU/Speed:
  176. Hard Disk Space:
  177. Memory:
  178. Video Adapter (Make and Model):                 BIOS #:
  179. Audio Adapter (Make and Model):
  180. CD-ROM Drive (Make and Model):
  181. Software:
  182.  
  183.  
  184. Other system/software Information:
  185.  
  186.  
  187. Problem description:
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. Impact of problem:
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. If you are sending any dumps, test cases or documentation associated
  202. with this problem, list them here:
  203.